home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / graphi1a / sinewave.frm (.txt) < prev    next >
Visual Basic Form  |  1999-03-30  |  13KB  |  396 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSineWave 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   5265
  6.    ClientLeft      =   105
  7.    ClientTop       =   675
  8.    ClientWidth     =   8865
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    Moveable        =   0   'False
  13.    ScaleHeight     =   351
  14.    ScaleMode       =   3  'Pixel
  15.    ScaleWidth      =   591
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.TextBox txXUnit 
  18.       BeginProperty Font 
  19.          Name            =   "MS Sans Serif"
  20.          Size            =   9.75
  21.          Charset         =   0
  22.          Weight          =   400
  23.          Underline       =   0   'False
  24.          Italic          =   0   'False
  25.          Strikethrough   =   0   'False
  26.       EndProperty
  27.       Height          =   360
  28.       Left            =   7875
  29.       MaxLength       =   4
  30.       TabIndex        =   15
  31.       Text            =   "35"
  32.       Top             =   4875
  33.       Width           =   900
  34.    End
  35.    Begin VB.TextBox txXMult 
  36.       BeginProperty Font 
  37.          Name            =   "MS Sans Serif"
  38.          Size            =   9.75
  39.          Charset         =   0
  40.          Weight          =   400
  41.          Underline       =   0   'False
  42.          Italic          =   0   'False
  43.          Strikethrough   =   0   'False
  44.       EndProperty
  45.       Height          =   360
  46.       Left            =   5700
  47.       MaxLength       =   4
  48.       TabIndex        =   7
  49.       Text            =   "1"
  50.       Top             =   4500
  51.       Width           =   900
  52.    End
  53.    Begin VB.CommandButton cmdGo 
  54.       Caption         =   "&Go"
  55.       Default         =   -1  'True
  56.       BeginProperty Font 
  57.          Name            =   "MS Sans Serif"
  58.          Size            =   8.25
  59.          Charset         =   0
  60.          Weight          =   700
  61.          Underline       =   0   'False
  62.          Italic          =   0   'False
  63.          Strikethrough   =   0   'False
  64.       EndProperty
  65.       Height          =   360
  66.       Left            =   7875
  67.       TabIndex        =   6
  68.       Top             =   4500
  69.       Width           =   915
  70.    End
  71.    Begin VB.PictureBox pctGraph 
  72.       AutoRedraw      =   -1  'True
  73.       BackColor       =   &H00C0C0C0&
  74.       ClipControls    =   0   'False
  75.       Height          =   3990
  76.       Left            =   75
  77.       ScaleHeight     =   262
  78.       ScaleMode       =   3  'Pixel
  79.       ScaleWidth      =   577
  80.       TabIndex        =   0
  81.       Top             =   75
  82.       Width           =   8715
  83.    End
  84.    Begin VB.TextBox txWide 
  85.       BeginProperty Font 
  86.          Name            =   "MS Sans Serif"
  87.          Size            =   9.75
  88.          Charset         =   0
  89.          Weight          =   400
  90.          Underline       =   0   'False
  91.          Italic          =   0   'False
  92.          Strikethrough   =   0   'False
  93.       EndProperty
  94.       Height          =   360
  95.       Left            =   3525
  96.       MaxLength       =   4
  97.       TabIndex        =   4
  98.       Text            =   "1"
  99.       Top             =   4500
  100.       Width           =   900
  101.    End
  102.    Begin VB.ComboBox cbWaveName 
  103.       BeginProperty Font 
  104.          Name            =   "MS Sans Serif"
  105.          Size            =   9.75
  106.          Charset         =   0
  107.          Weight          =   400
  108.          Underline       =   0   'False
  109.          Italic          =   0   'False
  110.          Strikethrough   =   0   'False
  111.       EndProperty
  112.       Height          =   360
  113.       ItemData        =   "SineWave.frx":0000
  114.       Left            =   5700
  115.       List            =   "SineWave.frx":0016
  116.       TabIndex        =   3
  117.       Text            =   "SIN"
  118.       Top             =   4875
  119.       Width           =   900
  120.    End
  121.    Begin VB.TextBox txHigh 
  122.       BeginProperty Font 
  123.          Name            =   "MS Sans Serif"
  124.          Size            =   9.75
  125.          Charset         =   0
  126.          Weight          =   400
  127.          Underline       =   0   'False
  128.          Italic          =   0   'False
  129.          Strikethrough   =   0   'False
  130.       EndProperty
  131.       Height          =   360
  132.       Left            =   3525
  133.       MaxLength       =   4
  134.       TabIndex        =   2
  135.       Text            =   "1"
  136.       Top             =   4875
  137.       Width           =   900
  138.    End
  139.    Begin VB.TextBox txYPos 
  140.       BeginProperty Font 
  141.          Name            =   "MS Sans Serif"
  142.          Size            =   9.75
  143.          Charset         =   0
  144.          Weight          =   400
  145.          Underline       =   0   'False
  146.          Italic          =   0   'False
  147.          Strikethrough   =   0   'False
  148.       EndProperty
  149.       Height          =   360
  150.       Left            =   1350
  151.       MaxLength       =   4
  152.       TabIndex        =   1
  153.       Text            =   "0"
  154.       Top             =   4875
  155.       Width           =   900
  156.    End
  157.    Begin VB.TextBox txXPos 
  158.       BeginProperty Font 
  159.          Name            =   "MS Sans Serif"
  160.          Size            =   9.75
  161.          Charset         =   0
  162.          Weight          =   400
  163.          Underline       =   0   'False
  164.          Italic          =   0   'False
  165.          Strikethrough   =   0   'False
  166.       EndProperty
  167.       Height          =   360
  168.       Left            =   1350
  169.       MaxLength       =   4
  170.       TabIndex        =   5
  171.       Text            =   "0"
  172.       Top             =   4500
  173.       Width           =   900
  174.    End
  175.    Begin VB.Label Label7 
  176.       Alignment       =   1  'Right Justify
  177.       AutoSize        =   -1  'True
  178.       BackStyle       =   0  'Transparent
  179.       Caption         =   "X Unit (pixels):"
  180.       Height          =   195
  181.       Left            =   6825
  182.       TabIndex        =   16
  183.       Top             =   4875
  184.       Width           =   1005
  185.    End
  186.    Begin VB.Label lblScale 
  187.       AutoSize        =   -1  'True
  188.       BackStyle       =   0  'Transparent
  189.       Height          =   195
  190.       Left            =   75
  191.       TabIndex        =   14
  192.       Top             =   4125
  193.       Width           =   45
  194.    End
  195.    Begin VB.Label Label6 
  196.       Alignment       =   1  'Right Justify
  197.       AutoSize        =   -1  'True
  198.       BackStyle       =   0  'Transparent
  199.       Caption         =   "Wave Type:"
  200.       Height          =   195
  201.       Left            =   4770
  202.       TabIndex        =   13
  203.       Top             =   4875
  204.       Width           =   885
  205.    End
  206.    Begin VB.Label Label5 
  207.       Alignment       =   1  'Right Justify
  208.       AutoSize        =   -1  'True
  209.       BackStyle       =   0  'Transparent
  210.       Caption         =   "Width Multiplier:"
  211.       Height          =   195
  212.       Left            =   4530
  213.       TabIndex        =   12
  214.       Top             =   4500
  215.       Width           =   1125
  216.    End
  217.    Begin VB.Label Label4 
  218.       Alignment       =   1  'Right Justify
  219.       AutoSize        =   -1  'True
  220.       BackStyle       =   0  'Transparent
  221.       Caption         =   "X Axis Position:"
  222.       Height          =   195
  223.       Left            =   225
  224.       TabIndex        =   11
  225.       Top             =   4500
  226.       Width           =   1080
  227.    End
  228.    Begin VB.Label Label3 
  229.       Alignment       =   1  'Right Justify
  230.       AutoSize        =   -1  'True
  231.       BackStyle       =   0  'Transparent
  232.       Caption         =   "Wavelength:"
  233.       Height          =   195
  234.       Left            =   2565
  235.       TabIndex        =   10
  236.       Top             =   4500
  237.       Width           =   915
  238.    End
  239.    Begin VB.Label Label2 
  240.       Alignment       =   1  'Right Justify
  241.       AutoSize        =   -1  'True
  242.       BackStyle       =   0  'Transparent
  243.       Caption         =   "Amplitude:"
  244.       Height          =   195
  245.       Left            =   2745
  246.       TabIndex        =   9
  247.       Top             =   4875
  248.       Width           =   735
  249.    End
  250.    Begin VB.Label Label1 
  251.       Alignment       =   1  'Right Justify
  252.       AutoSize        =   -1  'True
  253.       BackStyle       =   0  'Transparent
  254.       Caption         =   "Y Axis Position:"
  255.       Height          =   195
  256.       Left            =   225
  257.       TabIndex        =   8
  258.       Top             =   4875
  259.       Width           =   1080
  260.    End
  261. Attribute VB_Name = "frmSineWave"
  262. Attribute VB_GlobalNameSpace = False
  263. Attribute VB_Creatable = False
  264. Attribute VB_Predeclar